toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]StartDownloadCallback
/
Action
Action
class
Action
:
AsyncCallbackAction
<
R
>
An action providing a response to the
StartDownloadCallback
.
Members
Constructors
Action
Link copied to clipboard
constructor
(
consumer
:
Consumer
<
Response
>
)
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
Notifies the engine that the file download should be canceled.
download
Link copied to clipboard
open
fun
download
(
destFilePath
:
Path
)
Notifies the engine that the file should be downloaded into the given target path.
is
Closed
Link copied to clipboard
fun
isClosed
(
)
:
Boolean
Returns
true
if this action is closed.